home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM 1995 Fall / PD-ROM F95.toast / Telecom / Internet / Internet A-M / BHE 2.2.1 ƒ / about BHE... next >
Encoding:
Text File  |  1994-12-27  |  4.3 KB  |  97 lines  |  [TEXT/ttxt]

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9. Version 2.2.1
  10.  
  11. Bob's HTML Editor (BHE) is a HTML document editing tool I initially developed in Hypercard® in January 1995.  Version 2.2.1, rewritten entirely in Supercard®, is the first public release.  BHE is a multi-window text editor that provides a set of tools for quickly adding HTML commands to blocks of text.  Many of the most frequently accessed commands can be accessed via command-keys and/or icons on a bar that runs across the top of the file, or from a palette.  In addition, it provides palettes that let you store locations of IMG and URL files and incorporate them into your HTML file.  For those working from MacHTTP servers or Unix servers with AFP support, relative paths to IMGs and URLs are automatically incorporated into the palettes, as are local anchor points.
  12.  
  13. There is a 32k (Textedit) limit for editing HTML files.  Files are loaded completely into memory, so you can view files with an HTML browser (Netscape, Mosaic, MacWEB) while simultaneously editing them with BHE.   Most 2.0 commands and options are supported.  Forms will be supported in a future version.
  14.  
  15. I developed this program to assist in the development of WWW projects at the Institute for Learning Technologies (http://www.ilt.columbia.edu) and the New Laboratory for Teaching and Learning at the Dalton School (http://www.nltl.columbia.edu).  I would like to acknowledge these institutions for their support.  I would also like to thank those who participated in testing this program and providing valuable feedback and suggestions:  K. A. Taipale, Shawn Mishler, Peter Jensen, Bill Waldman, Wolfgang Heidmann and Cynthia Addison.  I also owe a tremendous debt to my girlfriend Kris Berger, for tolerating me during the long hours I spent (and undoubtedly will continue to spend) glued to the laptop and couch and hogging the phone line.  
  16.  
  17. This version (2.2.1) of BHE is freeware.   You may freely copy and distribute it as long as no portion of it is altered in any way, and this file ("about BHE...") is distributed along with the program.
  18.  
  19. Future planned enhancements include: reorganizing menus a bit, support for forms, drag-'n-drop, additional HTML commands, SGML, WYSIWYG..., header and footer templates...
  20.  
  21. Please send comments, suggestions, and feedback to: bhe@nltl.columbia.edu.
  22.  
  23. --Bob Matsuoka
  24. --bob@nltl.columbia.edu
  25. --http://www.nltl.columbia.edu:3130/bob/home.html 
  26. --(don't expect much from my home page!)
  27.  
  28. Revision History
  29. --------------------------------------------------------
  30. • 2.2.1 12/23/94
  31.   - fixed command bar layering
  32.  
  33. • 2.2 12/21/94
  34.   - implement save, open, import of URL/IMG palettes
  35.   - added HTML Command Palette
  36.   - relative paths now work! 
  37.   - added alignment to hard rules
  38.   - added spacing and size to images
  39.   - redid menus and command bar
  40.   - fixed "italic" button bug
  41.   - set default font to "monaco" for porportional use
  42.  
  43. • 2.1.6 12/15/94
  44.   - added "mono", "proportional" view font choice
  45.   - command-bar affects all wds at once
  46.   - fixed "select all" to work in all flds.
  47.   - added HEAD and BODY macros
  48.   - fixed "Italic" button
  49.   - auto-add "name" links to URL palette
  50.   - don't add <HTML> to opened files
  51.   - added "+" option to Font menu, use checkmarks
  52.   - use checkmarks for header style
  53.  
  54. • 2.1.5 12/14/94 - first Beta release
  55.   - fixed textArrows
  56.  
  57. • 2.0.6 12/7/94 
  58.   - fixed file mgmt
  59.   - added menu functionality for most features
  60.   - added URL palettes
  61.  
  62. • 2.0.0 12/4/94 - first SuperCard version
  63.   - transferred style/HTML editing routines from Bob's HTML Editor (Hypercard Version), converted to superTalk
  64.   - added windowing routines, new interface
  65.  
  66. *** here down refers to HC version only ***
  67. • 1.0.0  3/5/94
  68.   - added support for multiple URL file types
  69.   - cleaned up local path interface
  70.   - added fields for local HTTP, WWW, and file
  71.  
  72. • 0.9.9
  73.   - fixed command-key bug "apple-I"
  74.   - added pathing (use file dialog for local resources)
  75. • 0.9.8
  76.   - fixed menu bugs
  77.  
  78. • 0.9.7     2/10/94
  79.   - worked on palettes
  80.   - improved menus, error handling
  81.   - added clipboard
  82.  
  83. • 0.9.6     2/9/94
  84.   - fixed clear text bug, replaced "type" command
  85.   - fixed arrowkey bug
  86.   - added quotes to files
  87.   - added all palettes command
  88.  
  89. • 0.9.5     2/1/94
  90.   - Reorganized line break command
  91.  
  92. • 0.9.1     1/19/94
  93.   - First standalone version, added line break and horizontal rule.
  94.   - mailed to Kim for testing
  95.  
  96. • 0.9       1/18/94
  97.   - Basic interface, HTML routines